home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
guardian_angel.swf
/
scripts
/
DefineSprite_397
/
frame_22
/
DoAction.as
Wrap
Text File
|
2011-08-19
|
315b
|
17 lines
if(wait < "100")
{
wait += "1";
}
else
{
set("/:level","1");
keyscore = (eval("/:score") * "42" - "42") * "42";
getURL("highscore.php?action=update&points=" add keyscore,"highscore");
stopAllSounds();
tellTarget("/")
{
gotoAndPlay(1);
}
}
finalscore = eval("/:score");